From: Kim F. Storm Date: Mon, 5 Apr 2004 21:55:16 +0000 (+0000) Subject: (handle_one_xevent): Set mouse_face_hidden after clearing highlight. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23343 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a405976190a0dcfc15257ccbc8dffd06ca0d5c37;p=emacs.git (handle_one_xevent): Set mouse_face_hidden after clearing highlight. --- diff --git a/src/xterm.c b/src/xterm.c index 8bdf3fec4ec..da875b6156f 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -6190,8 +6190,8 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit) if (!dpyinfo->mouse_face_hidden && INTEGERP (Vmouse_highlight)) { - dpyinfo->mouse_face_hidden = 1; clear_mouse_face (dpyinfo); + dpyinfo->mouse_face_hidden = 1; } #if defined USE_MOTIF && defined USE_TOOLKIT_SCROLL_BARS